home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 121 (1990-02-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 121 (1990-02-15)(Ossowski, Stefan)(DE)(PD).adf / DiskSalv / ReadMe < prev    next >
Text File  |  1989-11-08  |  26KB  |  600 lines

  1.  
  2.  
  3.                         D i s k S a l v
  4.  
  5.                  AmigaDOS Disk Salvage Program
  6.  
  7.                  Copyright 1989 by Dave Haynie
  8.  
  9.                   Version 1.42 for AmigaOS 1.3
  10.                
  11.  
  12. INTRODUCTION
  13.  
  14.     DiskSalv V1.42 is a disk recovery program for all Amiga file system
  15. devices that use either the AmigaOS V1.2/V1.3 Standard File System or the
  16. AmigaOS V1.3 Fast File System.  DiskSalv will scan a bad disk volume for
  17. anything that can be recovered, and will restore these items to any
  18. AmigaDOS volume.  It does not make any attempt to fix the bad device in
  19. place; thus, any file that can't be restored with DiskSalv might possibly
  20. be restored with an alternate method. 
  21.  
  22.     DiskSalv V1.42 fixes all bugs found in DiskSalv V1.40 (there might
  23. still be bugs, but no one found them...).  The main V1.40 bugs was that, on
  24. certain input disks, DiskSalv would generate an out of memory error, even
  25. though there was plenty of memory in the system.  The other errors were an
  26. incorrect reporting of directory loops and a bug in the command-line parser
  27. that caused some CLI options to be set incorrectly.
  28.  
  29.     Due to popular request, DiskSalv V1.42 also searches the C: 
  30. directory for the Format command it requires for disk formats.  Other than
  31. that, you'll have to wait for DiskSalv V2.00, which is well under way, for
  32. significant enhancements.
  33.  
  34.  
  35. 1. THE BASICS OF DISKSALV V1.42
  36.  
  37.     DiskSalv V1.42 (from here on referred to as "DiskSalv") is a
  38. program designed to "salvage" any files and directories from a damaged
  39. AmigaDOS file system device to a good one.  DiskSalv is run from an Amiga
  40. CLI, and in the simplest case is used very much like the AmigaDOS
  41. "DiskCopy" program.  For example, to recover files from a bad disk in DF0:
  42. and restore them on a good disk DF1:, the user will type:
  43.  
  44.     1> DiskSalv FROM DF0: TO DF1:
  45.  
  46. Here the "FROM" and "TO" keywords are fully optional if the ordering of the
  47. input and output devices is kept INPUT OUTPUT.  The following line would
  48. also achieve the same result:
  49.  
  50.     1> DiskSalv TO DF1: FROM DF0:
  51.  
  52. In either case, DiskSalv will immediately print to the shell's screen:
  53.  
  54.     DiskSalv V1.42 Copyright © 1989 by Dave Haynie
  55.  
  56.     Salvage FROM Device DF0: TO Path DF1:
  57.  
  58.       DEVICE     =    trackdisk.device   (DF0:)
  59.       UNIT       =        0    FLAGS      =        0
  60.       HEADS      =        2    SECTORS    =       11
  61.       LOCYL      =        0    HICYL      =       79
  62.           LOBLOCK    =        0    HIBLOCK    =     1759
  63.       RESERVED   =        2    MEMTYPE    =        3
  64.       ROOT BLOCK =      880    DISK SIZE  =     1760
  65.  
  66.     Scan Range: START 2, STOP 1759, Expecting Standard FileSystem
  67.  
  68.     Should I continue [Y]
  69.  
  70. At this point, a simple RETURN entered will start up the recovery process,
  71. while an "N" followed by a RETURN will abort the recovery. 
  72.  
  73. 1.1 The Scan Phase
  74.  
  75.     If we proceed with the recovery, DiskSalv will start the first
  76. phase of it's recovery.  At this point, the input device will be scanned
  77. from start to finish (blocks 2 though 1759).  DiskSalv is looking for valid
  78. AmigaDOS file or directory blocks.  A small Intuition window called
  79. "DiskSalv Scan" will open on the Amiga's WorkBench screen.  There are three
  80. columns in this window, BLOCK, NODES, and TYPE.  As each block is read,
  81. it's number is displayed under BLOCK.  This happens pretty quickly;
  82. ordinarily, there's no need to examine individual block numbers anyway. 
  83. The TYPE field indicates whether the block is a file (FILE), root directory
  84. (ROOT), user directory (UDIR), data block (DATA), unused block (FREE),
  85. unknown block type (????), or bad block (ERR!).  Note that under the new
  86. AmigaDOS V1.3 Fast FileSystem, there's no way to distinguish between DATA
  87. and FREE blocks during a scan, so these are always displayed as unknown
  88. blocks.  The final field, NODES, indicates the number of user directory or
  89. file blocks that have been located so far. 
  90.  
  91.     The other feature of this phase is the file list, which takes place
  92. on the screen.  The shell window will indicate "Building Directory Map...",
  93. and the name of each directory and file that's found will be displayed
  94. under this heading.  Note that at any time during this scanning phase,
  95. clicking the Scan Window close gadget will abort the program.  If the QUICK
  96. or LOMEM operations are selected, no visual account of the block scan
  97. number will be displayed. 
  98.  
  99. 1.2 The Directory Resolution Phase
  100.  
  101.     The next phase is usually a very short one.  The scanning window
  102. will disappear, and the shell window will indicate that DiskSalv is
  103. "Resolving Stray Directories...".  During the scanning phase, when DiskSalv
  104. finds a file block, it attaches it to a directory in it's directory list. 
  105. To make the scan phase fast, however, DiskSalv only does a single linear
  106. pass over the input disk during that phase.  If the parent directory for a
  107. file or subdirectory isn't available, DiskSalv makes a dummy directory for
  108. it in it's directory list. 
  109.  
  110.     Normally, all of those dummy directories get changed into normal
  111. ones as they are found in the scan.  However, there are some DiskSalv modes
  112. (covered later) that may result in only a partial scan being performed.  In
  113. this case, valid directory entires may be outside of the scanning range. 
  114. In order to get the proper names of such directories, the resolution phase
  115. goes through the directory entires in it's dummy list and tries to find
  116. real directories to match them.  If a directory can't be found, it was
  117. probably located on a bad block.  That's no problem, all that's lost is the
  118. name of that directory, not any of it's contents. 
  119.  
  120. 1.3 The Directory Pruning Phase
  121.  
  122.     The next pass happens purely in memory, and it attempts to remove
  123. any empty directories from the directory list.  There are rarely any empty
  124. directories that need to be restored, and there are some DiskSalv options
  125. that tend to force a number of empty directories to be created in the
  126. directory list.  This pass can be overridden if empty directories are
  127. deemed important. 
  128.  
  129. 1.4 The Disk Salvage Phase
  130.  
  131.     In this next phase, the disk structure is actually restored to the
  132. output device.  This proceeds until stopped via ^C, or until the output
  133. device is full.  If the output device fills up, a new one can be inserted
  134. if the device supports removable media.  The most common form of this would
  135. be floppy disk. 
  136.  
  137.     There are certain output devices which may not return proper volume
  138. sizing information through AmigaDOS.  For instance, the RAM: device always
  139. says it's full.  A DiskSalv option allows output size checking to be turned
  140. off, and it's automatically selected if the output device is RAM:. 
  141.  
  142.     DiskSalv uses normal AmigaDOS I/O routines to re-create the
  143. recovered files.  Thus, it may restore to a subdirectory instead of the
  144. root of a device.  If a subdirectory is specified that doesn't exit,
  145. DiskSalv will create it.  Similarly, DiskSalv may output to a logical
  146. volume name instead of a device name. 
  147.  
  148.     On occasion, a file will be found that DiskSalv considers to be
  149. suspect.  The screen output will indicate the problem, but that tends to
  150. scroll by very quickly.  DiskSalv will now add a FileNote to any file that
  151. it suspects, indicating its concern.  This option can be overridden. 
  152.  
  153.     Finally, there are occasions under which there may be file name
  154. collisions.  If the output device has a file by the same name as one that's
  155. on the input device, such a collision occurs.  DiskSalv won't overwrite
  156. files.  Instead, the colliding file is renamed before it is rebuilt.  An
  157. extension is added to it, starting at "-0" and going on up to "-100" as
  158. collisions continue to occur. 
  159.  
  160.  
  161. 2. DISKSALV REFERENCE GUIDE
  162.  
  163.     The DiskSalv program is run and controlled completely via
  164. command-line arguments.  It should run without problem from all Amiga shell
  165. programs; it currently can't be run from the WorkBench. 
  166.  
  167. 2.1 Command-Line Options
  168.  
  169.     There are quite a few options in DiskSalv that'll modify in various
  170. ways the recovery action described above.  The syntax for the DiskSalv
  171. command line is given as:
  172.  
  173. Usage: DiskSalv [FROM] InDev: [TO] OutPath [[NO]FFS] [QUICK] [NOCHECK]
  174.                 [NOTAG] [FORMAT] [LOMEM] [NODOS] [NOTD] [FILE pattern]
  175.                 [NOPRUNE] [START [-]num[%]|ROOT] [STOP [+]num[%]|ROOT]
  176.                 [ASK] [INFO] [MASK [a|A][r|R][w|W][e|E][d|D][p|P][s|S]]
  177.  
  178. In each case, text in brackets ("[]") indicates an optional parameter, text
  179. outside of brackets indicates a required parameter, and "|" indicates a
  180. choice of parameters.  The options are:
  181.  
  182. ASK
  183.  
  184.     This options allows the Disk Salvage pass to proceed interactively
  185.     instead of automatically.  The user is prompted at each file or
  186.     directory.  A reply of 'Y' will recover that file or move into that
  187.     directory, a reply of 'N' will skip that item.  Replying '?' will
  188.     list all the valid options.  A reply of 'A' will recover everything
  189.     left at the current directory level; a reply of 'U' will skip
  190.     everything left at the current directory level.  Finally, a reply
  191.     of 'Q' will quit the program completely. 
  192.  
  193. [NO]FFS 
  194.     This allows the disk's filesystem to be selected.  Normally,
  195.     DiskSalv can tell the difference between a fast and standard
  196.     filesystem disk, and will act accordingly.  However, if that disk
  197.     is badly damaged, this assumption may be incorrect.  In such a
  198.     case, DiskSalv will usually assume standard filesystem.  If it's
  199.     assumption is wrong, the filesystem can be forced with these
  200.     options. 
  201.  
  202. FILE pattern
  203.     Cause the DiskSalv scanner to only record files that match the
  204.     given pattern, which is a standard AmigaDOS filename pattern.  This
  205.     pattern specification has no effect on any directories that might
  206.     be examined, since DiskSalv won't necessarily know the names of all
  207.     directories until the scan phase is complete. 
  208.  
  209. FORMAT
  210.     This forces the output device to be formatted before any output
  211.     files are directed to it.  If the output device isn't a device, but
  212.     instead a handler, DiskSalv will return an error message if this
  213.     option is selected; it only knows how to format devices.  DiskSalv
  214.     will also offer the option of formatting the output device if it
  215.     fills up during a recovery.  An important note on all DiskSalv
  216.     formatting options -- the disk validator and the Format command
  217.     MUST be accessible for the format to work.  If they're not
  218.     available, DiskSalv will refuse to format an output disk.  If you
  219.     specify the FORMAT option on the command line, DiskSalv will return
  220.     with an error message if these programs can't be located.  If you
  221.     don't specify FORMAT and they can't be found, a warning will be
  222.     issued.  If you go on from there, everything will work OK, but
  223.     you'll never be offered the FORMAT option.  The best way to insure
  224.     that it's present is to have the L: directory with the disk
  225.     validator in it on the same disk that DiskSalv is run from, and the
  226.     Format command in the same directory as DiskSalv.  It may be
  227.     necessary to Assign L: to that disk.  Depending on the shell you
  228.     use to launch DiskSalv, the return code of the Format command it
  229.     spawns may not be correct.  DiskSalv will notify you if it thinks
  230.     a format didn't work; an "Ignore" option here lets you continue on
  231.     if you believe it did, indeed, work.  Finally, if you have the
  232.     CNC: device from Bill Hawes' mounted, Format will use that for it's
  233.     display instead of a CON: window.
  234.  
  235. FROM InDev: 
  236.     This option allows an input device to be specified.  The input
  237.     device must be a real device, not a path specification.  The FROM
  238.     keyword is optional, but can be used to allow FROM and TO
  239.     specifications to be given in any order. 
  240.  
  241. INFO
  242.     The INFO option lists some information about the program, it's
  243.     distribution, bug reporting, and other stuff.  It should be
  244.     specified in the command line without any other options. 
  245.  
  246. LOMEM
  247.     This tells DiskSalv to use as little memory as it can get away
  248.     with.  As with the QUICK option, no scanning display is generated. 
  249.     However, some operations may take longer than the norm.  DiskSalv
  250.     normally uses 2 bits per device block, 8 bytes for each file entry
  251.     loaded into its file lists during a scan, and 52 bytes for each
  252.     directory entry.  This option, among other things, changes that
  253.     fixed block usage to 1 bit per device block, lowers the chunk
  254.     size used by the memory allocator, and lowers the maximum length
  255.     allowed for path names.
  256.  
  257. MASK [a|A][r|R][w|W][e|E][d|D][p|P][s|S]
  258.     This options allows the user to specify a protection bit mask as a
  259.     filter.  The supported bits are "A" for Archive, "R" for Read, "W"
  260.     for Write, "E" for Execute, "D" for Delete, "P for Pure, and "S"
  261.     for Script.  Specifying the bit in lowercase indicates a mask for
  262.     that bit not set, a bit in uppercase indicates a mask for that bit
  263.     set.  For example, specifying "MASK a" will scan for only those
  264.     files that don't have the archive bit set; "MASK WD" will scan only
  265.     for those files with Write and Delete permission enabled.  Any bits
  266.     not specifically MASKed can be in either state. 
  267.  
  268. NOCHECK
  269.     This option prevents the output device's size from being checked. 
  270.     Normally this would only be used with a device that doesn't
  271.     properly report it's size, and it's automatically invoked with
  272.     output to RAM:. 
  273.  
  274. NODOS
  275.     Prevents DiskSalv from accessing DOS at any level on the input
  276.     disk.  Normally, DiskSalv does a DOS inhibit on the input disk to
  277.     prevent any other process from modifying the disk during the
  278.     recovery process, since such modifications could damage the disk or
  279.     interfere with the recovery process.  This option is best used when
  280.     trying to recover from a disk that can crash DOS when accessed. 
  281.  
  282. NOPRUNE
  283.     This option prevents the directory pruning phase from taking place. 
  284.     If the input device contains empty directories that must be
  285.     restored, use this option. 
  286.  
  287. NOTAG
  288.     This option prevents DiskSalv from tagging possibly damaged files
  289.     with a FileNote explaining it's concern. 
  290.  
  291. NOTD
  292.     DiskSalv does some special optimizations when it's recovering from
  293.     a floppy disk device based on the "trackdisk.device" driver.  While
  294.     there's currently no real use for this option, a future version of
  295.     "trackdisk.device" might possibly not work with these enhancements. 
  296.     This option will turn the enhancements off, making a recovery from
  297.     the "trackdisk.device" work exactly like any other recovery. 
  298.  
  299. QUICK
  300.     This option performs a quick scan.  The scan speed is improved by
  301.     not displaying the block number and type information for every
  302.     block.  This doesn't make as much difference as it did in the
  303.     earlier versions of DiskSalv; the "DiskSalv Scan" window routine
  304.     has been greatly sped up this display. 
  305.  
  306. START [-]num[%]|ROOT
  307.     This option allows the scanning routine to start at any place on
  308.     the input device.  This position is either given as a decimal block
  309.     number, a percentage of the disk, or as the string ROOT.  The start
  310.     value is normally an absolute disk position, but is instead
  311.     relative to the STOP position if the "-" option is supplied.  If
  312.     relative values for both START and STOP are given, they're taken to
  313.     be relative from the disk's root.  Since many files are clustered
  314.     after the directory root on most disks, it's often possible to get
  315.     many of a disk's files back starting the scan there instead of at
  316.     the start of the disk. 
  317.  
  318. STOP [+]num[%]|ROOT
  319.  
  320.     This option allows the scanning routine to stop at any place on the
  321.     input device.  This position is either given as a decimal block
  322.     number, a perentage of the disk, or as the string ROOT.  The stop
  323.     value is normally an absolute disk position, but is instead
  324.     relative to the START position if the "+" option is supplied.  If
  325.     relative values for both START and STOP are given, they're taken to
  326.     be relative from the disk's root. 
  327.  
  328. TO OutPath 
  329.     This option allows an output path to be specified.  The output
  330.     device can be any valid AmigaDOS file device specification.  The 
  331.     TO keyword is optional, but can be used to allow FROM and TO
  332.     specifications to be given in any order.
  333.  
  334. 2.2 Input Device Specification
  335.  
  336.     DiskSalv requires a DOS name specification for its input device.
  337. Such a name is automatically created by the operating system for each
  338. 3.5" disk drive attached, and for some hardware add-ons during automatic
  339. device binding process initiated by the AmigaDOS BindDrivers command.  
  340. Other DOS names are created by the Mount command and the MountList file.
  341.  
  342.     On occasion, a few problems show up in this theory.  First of all,
  343. a device like a hard disk may store its physical layout, necessary to
  344. create a DOS node, on the disk itself.  If the disk is damaged, this 
  345. special information may not be available any longer, and as a result, the
  346. hard disk's device driver won't be able to create a DOS node.  In this
  347. case, the user will have to create a MountList entry by hand for the 
  348. device.  This device will then be Mount-ed, and DiskSalv can take over
  349. from there.
  350.  
  351.     The other problem I've found is that allowing AmigaDOS to access
  352. a bad volume can occasionally result in a system crash.  With a mounted
  353. volume, that's no big problem; AmigaDOS won't usually try to access the
  354. device, or even load the device driver, until that drive is actually
  355. accessed.  It's OK, and in fact required by DiskSalv, to just "Mount"
  356. the device.  In some cases, the File System (especially FastFileSystem)
  357. will try to access a disk as its being initialized.  This can cause a
  358. problem if the disk is damaged in such a way as to violate important
  359. assumptions the File System makes about the disk.  The NODOS options will
  360. circumvent this by eliminating any File System level access of the device
  361. by DiskSalv.  Floppies can be a bit more dangerous.  A floppy will start 
  362. up the File System's validator nearly as fast as it's inserted.  The
  363. proper damage could crash or lockup the machine, but there's no way to
  364. prevent the floppy's File System, or the DiskChange interrupt from the
  365. trackdisk.device, from being sent until DiskSalv has been started.  Once
  366. DiskSalv reaches the "Should I Continue [Y]" prompt, such damaged 
  367. floppies can be safely inserted.  It's important here not to use the
  368. NODOS option.
  369.  
  370.  
  371. 3. WARNINGS AND ERRORS
  372.  
  373.     DiskSalv produces a variety of error messages when it thinks 
  374. something is wrong.  These fall into two basic classes.  First of these
  375. are fatal errors that may result from the program being run incorrectly 
  376. in some way.  This results in the program terminating with a message of 
  377. some kind.  The second class are warning messages that result due to some 
  378. condition DiskSalv reacting to, but don't actually stop the program from 
  379. executing.
  380.  
  381. 3.1 Fatal Errors
  382.  
  383. "Illegal Command Line Option"
  384.  
  385.     You typed an invalid option at the cli.  DiskSalv options are case
  386. independent, but must match exactly letter for letter.
  387.  
  388. "DiskSalv User Abort"
  389.  
  390.     You terminated DiskSalv with a ^C or other user-invoked abort.
  391.  
  392. "Must have input and output objects"
  393.  
  394.     You didn't specify both a "TO" and a "FROM" device on the command
  395. line.  There are no default input or output devices.
  396.  
  397. "Input DEVICE Not Mounted"
  398.     
  399.     The input device specified does not appear in the system device
  400. list.  It's possible that you just forgot to mount the device.
  401.  
  402. "START/STOP flag conflict"
  403.  
  404.     This is usually the result of specifying a START block greater than
  405. your STOP block.  DiskSalv won't scan a disk backwards.  It's also possible
  406. that you specified an out-of-range block.
  407.  
  408. "Out of Memory"
  409.  
  410.     If DiskSalv can't get the memory it needs, this error message will
  411. result.  This will only happen if it can't get memory that's absolutely
  412. necessary.  On systems with lesser memory, some features may no be invoked
  413. if the memory in the system gets too low, but this will not result in an
  414. error message.
  415.  
  416. "DiskSalv cannot format output device"
  417.  
  418.     You have requested the FORMAT option for an output device that
  419. DiskSalv doesn't know about, format-wise.  DiskSalv only knows how to
  420. format standard devices, like "trackdisk.device", "ramdrive.device",
  421. "hddisk.device", etc.
  422.  
  423. "Input and output object collision"
  424.  
  425.     You've specified the same device for both input and output; that's
  426. not permitted.
  427.  
  428. "Cannot get 'intuition.library'"
  429.  
  430.     For some reason, the inutition.library cannot be opened by DiskSalv.
  431.  
  432. "Cannot get 'dos.library'"
  433.  
  434.     For some reason, the dos.library can't be opened by DiskSalv.
  435.  
  436. "Cannot create message port"
  437.  
  438.     DiskSalv can't create the message port it needs for using the
  439. input device driver directly.
  440.  
  441. "Cannot find the disk validator"
  442.  
  443.     You have requested the FORMAT option for an output device, but
  444. DiskSalv can't find the disk validator necessary to validate that device
  445. after formatting it.  The disk validator is found in the "L:" directory.
  446. This mistake is most commonly made when recovering your normal system
  447. disk.  
  448.  
  449. "Cannot find the disk formatter"
  450.  
  451.     You have requested the FORMAT foption for an output device, but
  452. DiskSalv can't find the disk format command necessary to format that device.
  453. The format command may be located in the current directory or on SYS:System.
  454. This mistake is most commonly made when recovering your normal system
  455. disk.  
  456.  
  457. "Cannot create I/O port"
  458.  
  459.     DiskSalv can't create the I/O port it needs for using the input 
  460. device driver directly.
  461.  
  462. "Cannot set up break trap routine"
  463.  
  464.     You'll probably never see this one, but it could be an early
  465. indication of severe low memory conditions.
  466.  
  467. "Invalid AmigaDOS file pattern specified"
  468.  
  469.     You've specified the FILE option, but supplied an invalid pattern
  470. string.
  471.  
  472. 3.2 Run-Time Warnings
  473.  
  474. "No formatting, cannot find disk validator"
  475.  
  476.     The disk validator isn't around, but since you may not need it,
  477. we go ahead.  If this warning is printed, you lose the option to format
  478. output disks during a recovery.
  479.  
  480. "No formatting, cannot find disk formatter"
  481.  
  482.     The disk format command isn't around, but since you may not need
  483. it, we go ahead.  If this warning is printed, you lose the option to
  484. format output disks during a recovery.
  485.  
  486. "Resolving link conflict # <-> #"
  487.     
  488.     This warning results from a condition on there input disk where, for
  489. a data block on that disk, the block's file header link and block chain link
  490. don't match.  DiskSalv tries to resolve this conflict by choosing the best
  491. of the two, but it is possible that neither is the proper choice.  This will
  492. only happen with Standard FileSystem; there is no data block chain link in
  493. the Fast FileSystem.
  494.  
  495. "Bad Extension Block - No More Link Check"
  496.  
  497.     Under Standard file system, an Extension block can't be found.  We
  498. can still proceed.  Under Fast FileSystem, this could never happen.
  499.  
  500. "Possible Disk Fault, File may be incomplete"
  501.  
  502.     This is printed for each file that was recovered from a partially
  503. bad trackdisk sector.
  504.  
  505. "Disk Fault, File may be incomplete"
  506.  
  507.     Means pretty much the same thing as the last one, only that this
  508. time we're certain that a block be sure about that.
  509.  
  510. "Double Disk Fault, File truncated"
  511.  
  512.     There have been serious errors in the current file, to the extent
  513. that the file may not be recoverable.
  514.  
  515. 4. KNOWN BUGS
  516.  
  517.     None
  518.  
  519.  
  520. 5. THE FUTURE OF DISKSALV
  521.  
  522.     The next release of DiskSalv is already in development, so don't
  523. consider this a dead end.  I am actively seeking any and all feedback on
  524. the subject.  Please, if there's something that doesn't work right, or
  525. something DiskSalv isn't doing that you'd like to see it do in the future,
  526. please let me know.  I can't put it in there if I don't think of it.
  527.  
  528.  
  529. 6. LISCENCING AND DISTRIBUTION
  530.  
  531.     This program may be distributed free of charge, provided that no
  532. extra restrictions are placed on it.  Nominal charges for copying or
  533. on-line services are permitted provided that they are only for those
  534. services.  This program was written to help out the Amiga community, not 
  535. to make folks feel guilty.  Thus, no payment is required for its use.  
  536.  
  537.     I certainly don't mind donations, including donations of bug
  538. reports, comments, suggestions for future enhancements, macadamia nuts,
  539. or even software.  BUT PLEASE, DON'T SEND ME ANY PIRATED SOFTWARE.  YOU
  540. WILL REGRET IT.  I wouldn't have thought it necessary to mention this,
  541. given the quality of the people working with the Amiga (intelligent folks
  542. recognize superiority).  But I received several such disks from users of
  543. previous DiskSalv releases.  They all came from out of the country, and 
  544. served me just fine as blank disks.  But it really annoys me to see this.
  545. Anyway, at least until the end of June I can be reached at:
  546.  
  547.                 Dave Haynie
  548.         645 Allen Avenue
  549.         Gibbstown, NJ 08027
  550.  
  551.         BIX:    hazy
  552.         PLINK:    D-DAVE H
  553.         USENET:    ...!cbmvax!daveh
  554.  
  555. My electronic addresses changing.  If you really want to send money, I'm not
  556. going to refuse it or anything, but you may instead consider sending a 
  557. donation instead to:
  558.  
  559.         GreenPeace
  560.         1436 U Street NW
  561.         Washington, DC 20009
  562.  
  563. Tell me about it, and I'll include you in my registration files.  I know 
  564. you don't get rich from "ShareWare"; while I got some donations for 
  565. DiskSalv going all the way back to the beginning (which I'm certainly very
  566. grateful for), they didn't pay enough for me to try treating DiskSalv as
  567. a money-making venture, rather than just a hobby.  I wrote DiskSalv V1.42
  568. because it's needed, because I like to write programs in my spare time,
  569. and for my ego -- if I didn't write DiskSalv V1.42, someone else out
  570. there is going to write a better disk recovery program, and then mine
  571. won't be the best any more.  Don't know if DiskSalv V1.42 necessarily is
  572. the best these days, but I know it's the best DiskSalv so far.  Anyway,
  573. while DiskSalv's saving your disks, maybe the folks at GreenPeace will
  574. get a little extra money to save a few more important things, like clean
  575. air, clean water, and wildlife.  
  576.  
  577.  
  578. 7. CREDITS AND THANKS
  579.  
  580.     My thanks go out to the Amiga community in general, for all the
  581. good stuff they're doing.  Special thanks to:
  582.  
  583.     - Well, I switched back to Lattice on this one.  Nice going,
  584.       Mr. Toebes.  
  585.     - Bill Hawes, as always, for AREXX and WShell.
  586.     - The Arthur Guinness Company.
  587.     - The gang at PLINK for continued help.
  588.     - Joseph Armstrong, for restoring my faith in humanity by sending
  589.       me the first disk I've received from outside the USA in response
  590.       to DiskSalv that wasn't full of pirated stuff.  Ripper! 
  591.     - Folks who've found the latest round of bugs, the number of which 
  592.       actually seems to be shrinking; or supplied enhancement ideas
  593.       (thus opening up room for new bugs...) including:
  594.           Greg Berlin, Bruce Dawson, Joanne Dow, Marco Papa, 
  595.               D.C. Murphy, Steve Rosenthal
  596.               
  597.       
  598.                 -Dave Haynie
  599.                  October 2, 1989
  600.